|
|
|
|
CellFromPoint Method, SftTree Class |
Determines the cell given a point in the item area.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public Function CellFromPoint( _ |
C# |
public CellClass CellFromPoint( |
C++ |
public: CellClass^ CellFromPoint( |
fReal
Defines whether the physical cell is returned or the main cell for merged cells. Specify True to return the real cell, False to return the main cell of a group of merged cells.
searchPoint
Defines the coordinates relative to the top, left corner of the control.
Return Value
The cell at the given coordinates.
Comments
The CellFromPoint method determines the cell given a point in the item area.
The point can be located within the item area only.